home *** CD-ROM | disk | FTP | other *** search
/ One Click 21 (Special) / OC021.iso / Juegos / flashstrike / flashstrike.swf / scripts / DefineButton2_315 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2006-02-03  |  771 b   |  16 lines

  1. on(release){
  2.    if(_root.remember == 3)
  3.    {
  4.       getURL("http://tom.drumandbass.ru/clubpictures/scores.php?filename=scores/hard.sco&scoresize=10&action=INSERT&winname=" + _root.name + "&winscore=" + _root.kills + "&viewtype=HTML&toms=3",blank);
  5.    }
  6.    if(_root.remember == 2)
  7.    {
  8.       getURL("http://tom.drumandbass.ru/clubpictures/scores.php?filename=scores/med.sco&scoresize=10&action=INSERT&winname=" + _root.name + "&winscore=" + _root.kills + "&viewtype=HTML&toms=2",blank);
  9.    }
  10.    if(_root.remember == 1)
  11.    {
  12.       getURL("http://tom.drumandbass.ru/clubpictures/scores.php?filename=scores/easy.sco&scoresize=10&action=INSERT&winname=" + _root.name + "&winscore=" + _root.kills + "&viewtype=HTML&toms=1",blank);
  13.    }
  14.    _root.gotoAndPlay(1);
  15. }
  16.